Spread for ASP.NET 11 Product Documentation
ComboBoxEditor Constructor(String[])


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ComboBoxEditor Class > ComboBoxEditor Constructor : ComboBoxEditor Constructor(String[])
Items in the combo box list, specified as an array
Creates a new combo box editor, with the specified items in the combo box list.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String _
)
'Usage
 
Dim items() As String
 
Dim instance As New ComboBoxEditor(items)
public ComboBoxEditor( 
   string[] items
)

Parameters

items
Items in the combo box list, specified as an array
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members
Overload List